home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / www / stik / scripts / zynet / default.cfg next >
Encoding:
Text File  |  1995-10-08  |  5.2 KB  |  167 lines

  1. # STiK config file
  2. # for Zynet - tested on a 14Mb falcon TOS 4.04.
  3. # VAR = VALUE           :standard format
  4. #
  5. #   Non existent vars are 0 (FALSE) by default.
  6. #   Variables without "= value" are set to ON
  7. #   Variables with " = " but no value are set to 0. (ie: = nothing)
  8. #
  9. #   TRUE  and ON  are acceptable substitutes for 1
  10. #   FALSE and OFF are acceptable substitutes for 0
  11. #
  12. #   Lines not beginning with an alphabetic character are ignored, but
  13. #   this whole file is kept in memory during the session!!
  14. #   So if you want to save (a little) memory, trim these comments!
  15. #
  16. #   Currently only 100 variables can be specified.  Extra VARs are ignored.
  17. #
  18. #   The variable names and boolean values are not case sensitive.
  19. #   Values may be case sensitive depending on usage.
  20. #
  21. #
  22. #   Memory to be reserved.  This is for ALL of TCP's internal memory
  23. #   requirements, except the space to store the config file.
  24. #   This includes all input queues, output queues, DNS cache, etc...
  25. #   It must be large enough to cope, plus a bit extra for luck :-)
  26. #   If unset, defaults to 50000 bytes.
  27. #
  28. ALLOCMEM = 600000
  29. #
  30. #
  31. #       Use the program `listport.tos' to list the serial ports
  32. #       available with your hardware configuration.  Use the
  33. #       port name exactly as it appears in the listport display,
  34. #       including correct capitilisation and spaces.
  35. #
  36. #       If SERIALPORT is not set, or has an invalid port name,
  37. #       the default is to use the first port listed by listport.tos
  38. #       So if that port is the one you want to use, you don't need
  39. #       to set this variable.
  40. #
  41. SERIALPORT  =   Modem 2
  42. #
  43. #
  44. #   CDVALID     Set this variable to FALSE if your modem doesn't assert
  45. #               Carrier Detect properly.
  46. CDVALID = FALSE
  47. #
  48. #
  49. #   The name of the dial script file to use.
  50. #   This entry must be just the pathname, and the file itself
  51. #   must be in the \stik_cfg directory on the boot disk.
  52. #   Default is dial.scr
  53. #
  54. DIALFILE = dial.scr
  55. #
  56. #
  57. #   CLIENT_IP   if your provider allocates you a different Ip Address
  58. #   whenever you log in, then don't bother with CLIENT_IP
  59. #   However, if you have an IP address all to yourself, then put
  60. #   it here, in dotted decimal.  If your dial script file gets
  61. #   your address at login time, it will override this value.
  62. #
  63. CLIENT_IP = <your IP address>
  64. #
  65. #
  66. #   TCP paramaters.  Don't change without advice from a TCP freak :-)
  67. #   If left unset, they default to hardcoded (sensible) values.
  68. #   DFB_SIZE should *never* be less than 580.
  69. #
  70. TTL         =   64
  71. PING_TTL    =  255
  72. MTU         =  500
  73. MSS         =  212
  74. PKT_SIZE    =  256
  75. DFB_SIZE    =  580
  76. RCV_WND     = 2000
  77. #
  78. #
  79. #   Response to incoming TCP packets to unknown ports
  80. #   0 = default (3 = send ICMP)
  81. #   1 = ignore
  82. #   2 = send TCP RST
  83. #   3 = send ICMP `unknown port' response
  84. #
  85. #   3 is the `correct' response, but when connecting to an IRC server
  86. #   it attempts to contact your identd on port 113.  If it thinks you
  87. #   don't have identd, it will most probably reset your IRC session.
  88. #   Until I have written an identd, response 1 or 2 should fool at least
  89. #   some of the servers.
  90. #
  91. UP_RESPONSE =   2
  92. #
  93. #
  94. #   Your username and hostname.
  95. #
  96. #   HOSTNAME is the hostname of your computer for this session.
  97. #   If your address is dynamically allocated, HOSTNAME will be wrong.
  98. #   For now, just set it to your providers hostname (or whatever). 
  99. #   Try to make it reasonably accurate if possible.
  100. #
  101. #   USERNAME doesn't make much sense either until I have an identd
  102. #   working.  So it doesn't really matter what it is.  When I do have
  103. #   an identd, this will be your `valid' username for incoming queries.
  104. #   Currently, these values are only used when starting IRC sessions.
  105. #
  106. #   FULLNAME is pretty obvious, right?
  107. #
  108. USERNAME = <username>
  109. HOSTNAME = zynet.co.uk
  110. FULLNAME = <fullname>
  111. #
  112. #
  113. #   The NAMESERVER (ie: DNS or Domain Name Server) *must* be set,
  114. #   preferably to a nameserver that your provider recommends.
  115. #
  116. NAMESERVER  = 193.122.96.1
  117. #
  118. #
  119. #   IRC Stuff.
  120. #
  121. #   IRCNICK   Your prefered IRC nick.  It might be in use, of course...
  122. #             defaults to USERNAME if not set
  123. #
  124. IRCNICK = <nickname>
  125. #
  126. #
  127. #   IRC servers.  Currently, just one default server
  128. #   can be specified.
  129. #   If port number is not specified, it defaults to 6667
  130. #
  131. #   irc.escape.com
  132. #IRCSERVER = irc.escape.com
  133. #IRCPORT   = 6664
  134. #
  135. #   uni-linz.ac.at
  136. IRCSERVER = irc.uni-linz.ac.at
  137. #
  138. #   jello.qabc.uq.oz.au
  139. #IRCSERVER = jello.qabc.uq.oz.au  
  140. #
  141. #   irc.eskimo.com
  142. #IRCSERVER = irc.eskimo.com
  143. #IRCPORT = 6664
  144. #
  145. #   irc-2.mit.edu
  146. #IRCSERVER = irc-2.mit.edu
  147. #
  148. #   IRCPONGMSG      This is text for a /msg to be sent to the person
  149. #                   who pinged you.  If you want to save network
  150. #                   bandwidth, leave it commented out :-)
  151. #
  152. #IRCPONGMSG = Yes, IRC is often slow and frustrating, isn't it?
  153. #
  154. #
  155. #   WWW Proxy for HTML
  156. #
  157. # Uncomment the following two lines if you need to use a proxy-server. If
  158. # you don't know what it is, or don't use HTML, then don't worry about it.
  159. # Don't forget to set them to a proxy server appropriate for you...
  160. #
  161. #HTTP_PROXY=proxy.netinfo.com.au
  162. #HTTP_PROXY_PORT=8080
  163. #
  164.  
  165.